首頁
PHP
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
ctype_digit
ctype_digit
檢查數字字符
名稱:
ctype_digit
分類:
字符類型檢測Ctype
所屬語言:
php
一句話介紹:
檢查數字字符
相關內容
深入理解xml_set_end_namespace_decl_handler 的工作原理及應用場景
6
xml_set_end_namespace_decl_handler 在XML 樹解析中的應用技巧
6
imagecolorclosest 函數的基本用法詳解
4
sprintf 配合反射(Reflection)實現自動格式化
10
同類函數
ctype_lower
ctype_lower
檢查小寫字符
ctype_graph
ctype_graph
檢查除空格外的任何可打印字符
ctype_alpha
ctype_alpha
檢查字母字符
ctype_alnum
ctype_alnum
檢查字母數字字符
ctype_cntrl
ctype_cntrl
檢查控製字符
ctype_upper
ctype_upper
檢查大寫字符
ctype_punct
ctype_punct
檢查任何非空白字符或字母數字字符的可打印
ctype_xdigit
ctype_xdigit
檢查表示十六進制數字的字符
熱門文章